home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / lotus / instsuit.rsp < prev    next >
Text File  |  1995-11-12  |  52KB  |  1,816 lines

  1. ;***********************************************
  2. ;***********************************************
  3. ; INFORMATION ABOUT AUTOMATED INSTALL
  4. ;
  5. ; Automated install is a feature that allows 
  6. ; users to run the Lotus Install program 
  7. ; without the user interface. This feature
  8. ; is particularly useful for system administrators
  9. ; who manage installs and upgrades for 
  10. ; large groups of users.
  11. ;
  12. ; System administrators use this feature 
  13. ; by filling in the fields in this response 
  14. ; file (instsuit.rsp), and then making this 
  15. ; file available to end users. The information 
  16. ; you supply in this file provides input 
  17. ; to the Install program so it can run without 
  18. ; user intervention.
  19. ;
  20. ; NOTE: Only system administrators should edit 
  21. ; this file. Individual users should use the 
  22. ; response file provided to them by their system
  23. ; administrator.
  24. ; TO USE THE AUTOMATED INSTALL FEATURE:
  25. ;
  26. ; 1) Prepare the Response File:
  27. ;
  28. ;    a) Back up this file by copying it 
  29. ;       to a new name (instsuit.sav, for example)
  30. ;       so you can start fresh at any time.
  31. ;    b) In this file, provide the information 
  32. ;       for each field. Examine each default 
  33. ;       value to make sure it is the value you
  34. ;       want. Read the comments for each field
  35. ;       for information about legal values and
  36. ;       possible interactions with other fields.
  37. ;    c) Validate your response file by running 
  38. ;       an install that uses this file as input. 
  39. ;       (See the command line information below).
  40. ;       The Install program displays any errors 
  41. ;       that occur. Remember that if you are 
  42. ;       testing node installs, you must run a
  43. ;       server install first.
  44. ;
  45. ; 2) Make the Response File Available to 
  46. ;    End Users
  47. ;    When your response file has no errors
  48. ;    and performs the install as you intended, 
  49. ;    make it available to your users with 
  50. ;    instructions about how to run the Install 
  51. ;    program. You might want to tell them
  52. ;    what command line to type, or you might
  53. ;    choose a different method. The best
  54. ;    distribution strategy depends on the tools 
  55. ;    you have available at your site.
  56. ;
  57. ; TO RUN AN AUTOMATED INSTALL:
  58. ; Choose Run from the Start menu (Windows 95) or
  59. ; File Run from the Windows Program Manager
  60. ; (Windows NT), and type the install command:
  61. ;
  62. ; <path>\install /A <ResponseFilePath> [/U ["UserName"]] 
  63. ;       [/O [<LogFilePath>]] [/?]
  64. ;
  65. ; where:
  66. ;    path is the location of the install program
  67. ;         executable.
  68. ;    /A turns on the automated install feature.
  69. ;    ResponseFilePath is the location of this 
  70. ;         response file. ALWAYS specify the full 
  71. ;         path to this file.
  72. ;    /U allows you to specify the name of the user.
  73. ;    "UserName" is the name of the user to which
  74. ;         this copy of the program is registered.
  75. ;         See the comments for the UserName field
  76. ;         below for information about defaults.
  77. ;    /O allows you to specify the status log file
  78. ;         path and filename.
  79. ;    LogFilePath is the full path and name of the 
  80. ;         status log file. If you do not specify a 
  81. ;         path, this defaults to \<windowsdir>\lotinst.log.
  82. ;    /? brings up the command line usage message.
  83. ;
  84. ;
  85. ; HINTS AND TIPS:
  86. ;
  87. ; Do not change the field names to the left 
  88. ; of the equal signs (=) in this file. 
  89. ; Changing the field names will cause errors.
  90. ;
  91. ; Do not remove fields from this
  92. ; file. Removing fields will
  93. ; cause errors.
  94. ;
  95. ; If you perform a standard or node
  96. ; install to add another language to
  97. ; this product, the Install program does 
  98. ; not use the directory fields in this file.
  99. ; The additional language is added to the
  100. ; existing copy of the product. For more
  101. ; information about multilingual install,
  102. ; see the Network Administrator's Guide 
  103. ; (readnet.txt).
  104. ;
  105. ;***********************************************
  106. ; THE RESPONSE FILE STARTS HERE:
  107. ;
  108. [User Registration]
  109. ; The [User Registration] section is for 
  110. ; information about the end user of this copy
  111. ; of the product. 
  112. ;
  113. ; Type the user's name in the "UserName" field. 
  114. ; Type the company's name in the "CompanyName"
  115. ; field. This information will become a 
  116. ; permanent part of the user's copy of this 
  117. ; program. If you do not supply this 
  118. ; information, the program will attempt 
  119. ; to find the user and company name from 
  120. ; a previously installed version 
  121. ; of this program (if there is one), or 
  122. ; from the Windows registration information.
  123. ;
  124. ;***********************************************
  125. UserName = 
  126. CompanyName = 
  127. ;***********************************************
  128. ;
  129. [General Information]
  130. ; The [General Information] section specifies the
  131. ; type of install you want to perform and the program 
  132. ; group to which you want to add the product icon.
  133. ;
  134. ; Use the "InstallType" field to specify the kind of 
  135. ; install you want to perform. 
  136. ;     1 Standalone Install
  137. ;     2 Server Install
  138. ;     3 Distribution Install
  139. ;     4 Node install
  140. ;
  141. ; Remember that if you want to run a node install, 
  142. ; you must run a server install first, and use the 
  143. ; install.exe generated by the server install.
  144. ;
  145. ;***********************************************
  146. InstallType = 1
  147. ;***********************************************
  148. ;
  149. ; Use the "ProgramGroup" field to name the program 
  150. ; group to which you want to add this product's icon. 
  151. ; This field is only used if you are doing a standard, 
  152. ; server, or node install on Windows NT. It is not
  153. ; used on Windows 95.
  154. ;
  155. ;***********************************************
  156. ProgramGroup = Lotus SmartSuite    
  157. ;***********************************************
  158. ;
  159. ; Use the "StartmenuFolder" field to name the folder 
  160. ; to which you want to add this product's icon. 
  161. ; This field is only used if you are doing a standard, 
  162. ; server, or node install on Windows 95. It is not
  163. ; used on Windows NT.
  164. ;
  165. ;***********************************************
  166. StartmenuFolder = Lotus SmartSuite 
  167. ;***********************************************
  168. ;
  169. [Node Install]
  170. ; The [Node Install] section applies only 
  171. ; to node installs (InstallType 4).
  172. ;
  173. ; Use the "NodeOptions" field to specify 
  174. ; whether the features specified by the 
  175. ; system administrator should be copied 
  176. ; to the node user's machine.
  177. ;      0 Do not copy the features to the user's 
  178. ;        machine
  179. ;      1 Copy the features to the user's machine
  180. ;
  181. ;***********************************************
  182. NodeOptions = 1
  183. ;***********************************************
  184. ;
  185. [Datalens]
  186. ; The [Datalens] section provides information 
  187. ; about where to install the Datalens 
  188. ; drivers. The fields in this section are only
  189. ; used if the products you are installing use
  190. ; the Datalens drivers, and only during a 
  191. ; server install (InstallType 2).
  192. ;
  193. ; Use the "SQLServerName" field to specify the name 
  194. ; of your SQL server.
  195. ;
  196. ;***********************************************
  197. SQLServerName = 
  198. ;***********************************************
  199. ;
  200. ; Use the "PARADOXNetInfo" field to specify the
  201. ; path to the PARADOX server.
  202. ;
  203. ;***********************************************
  204. PARADOXNetInfo =
  205. ;***********************************************
  206. ;
  207. [SUIT]
  208. ; The [SUIT] section provides information specific
  209. ; to the SmartSuite install. 
  210. ;
  211. ; Use the "BASEDIR" field to specify the directory 
  212. ; under which all the SmartSuite product files 
  213. ; are installed.
  214. ;
  215. ; If you will be installing 1-2-3, Organizer, or ScreenCam,
  216. ; do not set BASEDIR to a UNC (Universal Naming Convention)
  217. ; network path instead of using a drive letter. Also, do not
  218. ; set BASEDIR to a path containing directories longer than 
  219. ; the standard 8.3 naming convention.
  220. ;***********************************************
  221. BASEDIR = c:\lotus\
  222. ;***********************************************
  223. ;
  224. ; Use the "SizeOfInstall" field to specify the
  225. ; size of the install:
  226. ;      1 Default install
  227. ;      2 Minimum install (not for server installs) 
  228. ;      3 Custom install 
  229. ;
  230. ; You must also set the SizeOfInstall field in each  
  231. ; of the individual product sections below.
  232. ;
  233. ; This field is only used during standard 
  234. ; and server installs (InstallType 1 and 2). 
  235. ;
  236. ;***********************************************
  237. SizeOfInstall = 1
  238. ;***********************************************
  239. ;
  240. ; The "RemoveObsoleteFiles" field tells whether you want
  241. ; to clean up files not needed from an earlier installation
  242. ; of SmartSuite for Windows 3.1. 
  243. ;
  244. ;***********************************************
  245. RemoveObsoleteFiles = 1
  246. ;***********************************************
  247. ;
  248. [Select Applications]
  249. ; The [Select Applications] section provides information
  250. ; about which SmartSuite products to install.
  251. ; Use the fields below to specify whether to install 
  252. ; each of the component SmartSuite products. For each
  253. ; field, specify:
  254. ;     1 Install the product
  255. ;     0 Do not install the product
  256. ;
  257. ; The fields represent each of the SmartSuite products:
  258. ;     
  259. ;     CNTR: SmartCenter 96
  260. ;     CAM: ScreenCam 2.1
  261. ;     123: 1-2-3 for Windows 5.0
  262. ;     
  263. ;     LWP: Word Pro 96
  264. ;     ORG: Organizer 2.1
  265. ;     APR: Approach 96
  266. ;     FLW: Freelance Graphics 96
  267. ;     DOC: DocOnline for SmartSuite 96 using Adobe Acrobat 2.1
  268. ;
  269. ; NOTE: All of the drives specified in the sections below
  270. ; must exist and must be writable, even if you 
  271. ; deselect the product to which they refer.
  272. ;
  273. ;  If you are running a node install, you must deselect
  274. ;  any of the applications that were not installed to the server.
  275. ;***********************************************
  276. CNTR = 1
  277. CAM = 1
  278. 123 = 1
  279. LWP = 1
  280. ORG = 1
  281. APR = 1
  282. FLW = 1
  283. DOC = 1
  284. ;***********************************************
  285. ;
  286. [CNTR]
  287. ; The [CNTR] section provides information about
  288. ; SmartCenter directories. 
  289. ;
  290. ; Use the "CNTRDIR" field to select the drive 
  291. ; and directory where you want to install
  292. ; SmartCenter. 
  293. ;
  294. ;************************************************
  295. CNTRDIR = c:\lotus\smartctr\
  296. ;***********************************************
  297. ;
  298. ; Use the "SizeOfInstall" field to specify the
  299. ; size of the CNTR install:
  300. ;      1 Complete install
  301. ;      2 Minimum install 
  302. ;      3 Custom install
  303. ;
  304. ; To do a custom install of this product you  
  305. ; must also set the SizeOfInstall field in the 
  306. ; [SUIT] section to 3.
  307. ;
  308. ;***********************************************
  309. SizeOfInstall = 1
  310. ;***********************************************
  311. [CustomizeCNTR]
  312. ; The [CustomizeCNTR] section lets you select
  313. ; which features of CNTR you want to install.
  314. ; This section is only used if the 
  315. ; "SizeOfInstall" field in the [CNTR] section 
  316. ; is set to 3 (custom install).
  317. ;
  318. ;***********************************************
  319. ; CNTREXE comprises the basic, minimum features
  320. ; you should install to get a basic, working 
  321. ; version of SmartCenter 96.
  322. ; CNTREXE must be set to 1 on the initial install 
  323. ; of SmartCenter 96.
  324. ;***********************************************
  325. CNTREXE = 1
  326. ;
  327. ;***********************************************
  328. ; CNTRHELP includes Help for SmartCenter 96, 
  329. ; SuiteStart 96 and help on cross application tasks
  330. ; in SmartSuite 96.
  331. ;
  332. ;***********************************************
  333. CNTRHELP = 1
  334. ;
  335. ;***********************************************
  336. ; CNTRSMARTMASTERS includes cross application
  337. ; SmartMasters for SmartSuite 96.
  338. ;
  339. ;***********************************************
  340. CNTRSMARTMASTERS = 1 
  341. ;
  342. ;***********************************************
  343. ; CNTRHELPMOVIES includes cross application Help for
  344. ; SmartSuite 96 in the form of ScreenCam movies.
  345. ;
  346. ;***********************************************
  347. CNTRHELPMOVIES = 1
  348. ;
  349. ;***********************************************
  350. ; TRAYEXE comprises the basic, minimum features
  351. ; you should install to get a basic, working 
  352. ; version of SuiteStart 96.
  353. ;***********************************************
  354. TRAYEXE = 1
  355. ;
  356. ;***********************************************
  357. ;
  358. ;
  359. [CAM]
  360. ;
  361. ; The [CAM] section provides information about
  362. ; ScreenCam. 
  363. ; Use the fields in this section to select 
  364. ; the drive and directory where you want to install
  365. ; ScreenCam, and to specify the location of 
  366. ; other Lotus products that ScreenCam uses. 
  367. ;     CAMDIR: Directory where you want to install
  368. ;             ScreenCam
  369. ; For a server install, all directories listed 
  370. ; for ScreenCam should be under one common root
  371. ; (for example, under \lotus).
  372. ;
  373. ; Install ScreenCam to a mapped network drive instead of
  374. ; using a UNC (Universal Naming Convention) path and do not
  375. ; install ScreenCam to a path containing directories longer than 
  376. ; the standard 8.3 naming convention.
  377. ;************************************************
  378. CAMDIR = c:\lotus\scrncam\
  379. ;***********************************************
  380. ;
  381. ; Use the "SizeOfInstall" field to specify the
  382. ; size of the CAM install:
  383. ;      1 Complete install
  384. ;      2 Minimum install 
  385. ;
  386. ;***********************************************
  387. SizeOfInstall = 1
  388. ;***********************************************                             
  389. ;
  390. ;No Customize install for CAM
  391. ;
  392. ;***********************************************                             
  393. ;
  394. [123]
  395. ;***********************************************
  396. ;
  397. ; The "123DIR" field is only for standalone and 
  398. ; server installs. Use the 123DIR field to specify 
  399. ; the main product directory for 1-2-3. 
  400. ;
  401. ; Install 1-2-3 to a mapped network drive instead of
  402. ; using a UNC (Universal Naming Convention) path and do not
  403. ; install 1-2-3 to a path containing directories longer than 
  404. ; the standard 8.3 naming convention.
  405. ;***********************************************
  406. ;1-2-3 Program Directory
  407. 123DIR = c:\lotus\123\ 
  408. ;
  409. ;1-2-3 Working Directory
  410. 123WORKDIR = c:\lotus\work\123\
  411. ;
  412. ;1-2-3 SmartMasters Directory
  413. 123MASTERSDIR = c:\lotus\smasters\123\
  414. ;
  415. ;1-2-3 Backup Directory
  416. 123BACKUPDIR = c:\lotus\backup\123\
  417. ;
  418. ;***********************************************
  419. ;
  420. ; Use the "SizeOfInstall" field to specify the
  421. ; size of the 1-2-3 install:
  422. ;      1 Default install
  423. ;      2 Minimum install 
  424. ;      3 Custom install
  425. ;
  426. ; This field is only used during standard 
  427. ; and server installs (InstallType 1 and 2). 
  428. ;
  429. ; To do a custom install of this product you  
  430. ; must also set the SizeOfInstall field in the 
  431. ; [SUIT] section to 3.
  432. ;***********************************************
  433. SizeOfInstall = 1
  434. ;***********************************************                             
  435. ;
  436. [Customize123]
  437. ; The [Customize123] section lets you select
  438. ; which features of 1-2-3 you want to install.
  439. ; This section is only used if the 
  440. ; "SizeOfInstall" field in the [123] section 
  441. ; is set to 3 (custom install).
  442. ;
  443. ;************************************************
  444. ;
  445. ;123CORETAB
  446. ;123 Core Section
  447. ;
  448. ;***********************************************
  449. ;
  450. ;1-2-3 Core contains the minimum files necessary to run 1-2-3.
  451. 123CORE = 1
  452. ;
  453. ;Audit reports on all formulas, the relationships of values and formulas,
  454. ;circular references, file links, and DDE links.
  455. 123AUDIT = 1
  456. ;
  457. ;Backsolver finds values that make the result of a formula equal to a 
  458. ;value you specify.
  459. 123BSOLVER = 1
  460. ;
  461. ;Solver analyzes data in a worksheet and shows a variety of possible
  462. ;answers to a problem.
  463. 123SOLVER = 1
  464. ;
  465. ;Macro Translator translates each {ALT} keystroke command from 1-2-3 
  466. ;for Windows Release 1 to its current equivalent.
  467. 123MTRANS = 1
  468. ;
  469. ;Version Manager lets you perform advanced what-if analysis and share 
  470. ;versions and scenarios in a workgroup.
  471. 123CHRON = 1
  472. ;
  473. ;Mapping links worksheet data to geographical maps.
  474. 123MAPPING = 1
  475. ;
  476. ;***********************************************
  477. ;
  478. ; 123HELPTAB
  479. ; 123 Help Section
  480. ;
  481. ;***********************************************
  482. ;
  483. ;Sample files are worksheet files that the Tutorial and Help use to
  484. ;help you learn 1-2-3.
  485. 123SAMPLE = 1
  486. ;
  487. ;Detailed Macro Help contains a Help topic for each macro command, 
  488. ;including an explanation of arguments, uses, and examples.
  489. 123MHELP = 1
  490. ;
  491. ;Detailed @Function Help contains a Help topic for each @function, 
  492. ;including an explanation of arguments, uses, and examples.
  493. 123ATHELP = 1
  494. ;
  495. ;The online Tutorial provides interactive lessons that teach you 
  496. ;the basics of 1-2-3.
  497. 123TUTORIAL = 1
  498. ;***********************************************
  499. ;
  500. [CustomizeNodeOptions1-2-3]
  501. ; The [CustomizeNodeOptions1-2-3] section allows
  502. ; network administrators to specify what 
  503. ; features can be copied to a node user's 
  504. ; machine during a node install. This section
  505. ; corresponds to the Node User Feature Access
  506. ; dialog box in the server install and it
  507. ; is only used during a server install.
  508. ; If the NodeOptions field in the [Node Install]
  509. ; section above is set to 1, the features
  510. ; set to 1 here will be copied to the node
  511. ; user's machine. 
  512. ;
  513. ;***********************************************;
  514. ;123SAMPLE = 1
  515. ;123MASTERS = 1
  516. ;***********************************************
  517. ;
  518. [LWP]
  519. ;
  520. ; The "LWPDIR" field is only for standalone, node, 
  521. ; and distribution installs. Use the LWPDIR field 
  522. ; to specify the main product directory for Word Pro. 
  523. ;
  524. ; The "LWPSCRIPTSDIR" field is only for standalone
  525. ; and node installs. Use this field to specify the 
  526. ; directory in which users store their scripts.
  527. ;
  528. ; The "LWPICONSDIR" field is only for standalone
  529. ; and node installs. Use this field to specify the 
  530. ; directory in which users store their icons.
  531. ;
  532. ; The "LWPDRAWSYMDIR" field is only for standalone
  533. ; and node installs. Use this field to specify the 
  534. ; directory in which users store their draw files.
  535. ;
  536. ; The "LWPWORKDIR" field is only for standalone 
  537. ; and node installs. Use the this field to specify
  538. ; the directory in which users store their work.
  539. ;
  540. ; The "LWPMASTERSDIR" field is only for standalone 
  541. ; and node installs. Use the this field to specify
  542. ; the directory in which users store their 
  543. ; SmartMasters.
  544. ;
  545. ; The "LWPSAMPLESDIR" field is only for standalone 
  546. ; and node installs. Use the this field to specify
  547. ; the directory in which users store the samples
  548. ; files.
  549. ;
  550. ; The "LWPBACKUPDIR" field is only for standalone 
  551. ; and node installs. Use the this field to specify
  552. ; the directory in which users store backup copies
  553. ; of their work files.
  554. ;
  555. ;***********************************************
  556. LWPDIR = c:\lotus\wordpro
  557. LWPSCRIPTSDIR = c:\lotus\wordpro\scripts
  558. LWPICONDIR = c:\lotus\wordpro\icons
  559. LWPDRAWSYMDIR = c:\lotus\wordpro\drawsym
  560. LWPWORKDIR = c:\lotus\work\wordpro
  561. LWPMASTERSDIR = c:\lotus\smasters\wordpro
  562. LWPSAMPLESDIR = c:\lotus\samples\wordpro
  563. LWPBACKUPDIR = c:\lotus\backup\wordpro
  564. ;***********************************************
  565. ;
  566. ; Use the "SizeOfInstall" field to specify the
  567. ; size of the WordPro install:
  568. ;      1 Complete install
  569. ;      2 Minimum install 
  570. ;      3 Custom install
  571. ;
  572. ; This field is only used during standard 
  573. ; and server installs (InstallType 1 and 2). 
  574. ;
  575. ; To perform a custom install of this product you  
  576. ; must also set the SizeOfInstall field in the 
  577. ; [SUIT] section to 3.
  578. ;***********************************************
  579. SizeOfInstall = 1
  580. ;***********************************************                             
  581. ;
  582. ; Use the "LWPBackupSmartMasters" field to 
  583. ; specify whether to backup SmartMaster
  584. ; sets that are currently installed on your 
  585. ; hard drive, if found.  If backed up, the 
  586. ; SmartMasters are placed in the following 
  587. ; directory: \lotus\smaster\wordpro\backup
  588. ;
  589. ; This field is only used if the 
  590. ; "SizeOfInstall" field in the [LWP] section 
  591. ; is set to 3 (custom install).
  592. ;
  593. ;      0 Do not backup SmartMasters
  594. ;      1 Backup SmartMasters
  595. ;
  596. ; This field is only used during standard 
  597. ; installs (InstallType 1). 
  598. ;
  599. ;***********************************************
  600. LWPBackupSmartMasters = 1
  601. ;***********************************************
  602. ;
  603. ; Use the "LWPDisableOLE" field to specify
  604. ; whether to disable OLE and background spell
  605. ; checking if the install detects 8MB or
  606. ; less of physical memory.  Word Pro performance
  607. ; can be significantly improved by disabling OLE
  608. ; until it is required.
  609. ; These settings are available in File User Setup 
  610. ; Word Pro Preferences in the Disable control, 
  611. ; should you wish to change it at a later time.
  612. ;
  613. ; This field is only used if the 
  614. ; "SizeOfInstall" field in the [LWP] section 
  615. ; is set to 3 (custom install).
  616. ;
  617. ;      0 Do not disable
  618. ;      1 Disable
  619. ;
  620. ; This field is only used during standard 
  621. ; and node installs (InstallType 1 and 4). 
  622. ;
  623. ;***********************************************
  624. LWPDisableOLE = 1
  625. ;***********************************************                             
  626. ;
  627.  
  628. [CustomizeLWP]
  629. ; The [CustomizeLWP] section lets you select
  630. ; which features of Lotus Word Pro you want to 
  631. ; install.
  632. ; This section is only used if the 
  633. ; "SizeOfInstall" field in the [LWP] section 
  634. ; is set to 3 (custom install).
  635. ;
  636. ; If it is a first time installation, be sure to 
  637. ; include the LWP_BASICS feature.
  638. ;
  639. ;***********************************************
  640. ; Word Pro Program Tab
  641. ;***********************************************
  642. LWP_BASICS = 1
  643. LWP_HELPFILE = 1
  644. LWP_TOUR = 1
  645. LWP_DRAWING = 1
  646.     LWP_CLIPART = 1
  647. LWP_EQUATION = 1
  648. LWPDLGPRG = 1
  649. LWPEXTRASVGAICONS = 1
  650. LWP_TRUETYPEFONTS = 1
  651. LWP_SAMPLEDOCS = 1
  652. ;***********************************************
  653. ; Proofing Tools Tab
  654. ;***********************************************
  655. LWPPROOFTOOLS = 1
  656.     LWPPROOFTOOLSEN = 1
  657.         LWPTHESAURUSPRG = 1
  658.         LWPGRAMMARPRG = 1
  659. ;***********************************************
  660. ; Text Filters Tab
  661. ;***********************************************
  662. LWPTEXTFILTERS_TAB = 1
  663.     LWP_TEXTFILTER_WORDPERF60 = 1
  664.     LWP_TEXTFILTER_WORDPERF51 = 1
  665.     LWP_TEXTFILTER_WORDPERF50 = 1
  666.     LWP_TEXTFILTER_WINWORD60 = 1
  667.     LWP_TEXTFILTER_WINWORD20 = 1
  668.     LWP_TEXTFILTER_WINWORD10 = 1
  669.     LWP_TEXTFILTER_MSWORDOS2 = 1
  670.     LWP_TEXTFILTER_WORDPAD = 1
  671.     LWP_TEXTFILTER_RTF = 1
  672.     LWP_TEXTFILTER_DW4 = 1
  673.     LWP_TEXTFILTER_DCARFT = 1
  674.     LWP_TEXTFILTER_DCAFFT = 1
  675.     LWP_TEXTFILTER_HTML = 1
  676.     LWP_TEXTFILTER_EMAIL = 1
  677.     LWP_TEXTFILTER_ENABLE = 1
  678.     LWP_TEXTFILTER_FRAMEMAKER = 1
  679.     LWP_TEXTFILTER_LEGACY = 1
  680.     LWP_TEXTFILTER_MANUSCRIPT = 1
  681.     LWP_TEXTFILTER_WINWRITE = 1
  682.     LWP_TEXTFILTER_MICROWORD = 1
  683.     LWP_TEXTFILTER_MULTIMATE3X = 1
  684.     LWP_TEXTFILTER_MULTIMATE4X = 1
  685.     LWP_TEXTFILTER_MULTIMATEADV = 1
  686.     LWP_TEXTFILTER_OFFICEWRT = 1
  687.     LWP_TEXTFILTER_PEACHTXT = 1
  688.     LWP_TEXTFILTER_PROWRITE = 1
  689.     LWP_TEXTFILTER_QAWRITE = 1
  690.     LWP_TEXTFILTER_SAMNA = 1
  691.     LWP_TEXTFILTER_WORDSTAR = 1
  692.     LWP_TEXTFILTER_WORDST2003 = 1
  693.     LWP_TEXTFILTER_WORDSTWIN = 1
  694.     LWP_TEXTFILTER_XYWRITE = 1
  695. ;***********************************************
  696. ; Spreadsheet Filters Tab
  697. ;***********************************************
  698. LWPTABLEFILTERS = 1
  699.     LWP_TEXTFILTER_123 = 1
  700.     LWP_TEXTFILTER_123V3 = 1
  701.     LWP_TEXTFILTER_123V4V5 = 1
  702.     LWP_TEXTFILTER_123OS2 = 1
  703.     LWP_TEXTFILTER_EXCEL = 1
  704.     LWP_TEXTFILTER_EXCEL30 = 1
  705.     LWP_TEXTFILTER_EXCEL40 = 1
  706.     LWP_TEXTFILTER_EXCEL50 = 1
  707.     LWP_TEXTFILTER_DIF = 1
  708. ;***********************************************
  709. ; Database Filters Tab
  710. ;***********************************************
  711. LWPDBASEFILTERS = 1
  712.     LWP_TEXTFILTER_ODBC = 1
  713.     LWP_TEXTFILTER_DBASE = 1
  714.     LWP_TEXTFILTER_ORGANIZE = 1
  715. ;***********************************************
  716. ; Graphics Filters Tab
  717. ;***********************************************
  718. LWPGRAPHFILTERS = 1
  719.     LWP_GRAPHFILTER_CGM = 1
  720.     LWP_GRAPHFILTER_WPG = 1
  721.     LWP_GRAPHFILTER_EPS = 1
  722.     LWP_GRAPHFILTER_FREELANCE = 1
  723.     LWP_GRAPHFILTER_HPGL = 1
  724.     LWP_GRAPHFILTER_PIC = 1
  725.     LWP_GRAPHFILTER_PCX = 1
  726.     LWP_GRAPHFILTER_JPEG = 1
  727.     LWP_GRAPHFILTER_GIF = 1
  728. ;***********************************************
  729. ; SmartMaster Tab
  730. ;***********************************************
  731. LWP_SMARTMASTERS = 1
  732.     MASTERSLETTERS = 1
  733.     MASTERSMEMOS = 1
  734.     MASTERSFAXES = 1
  735.     MASTERSTOCS = 1
  736.     MASTERSIDXS = 1
  737.     MASTERSNEWS = 1
  738.     MASTERSBIZPLANS = 1
  739.     MASTERSCALENDARS = 1
  740.     MASTERSINVOICES = 1
  741. ;***********************************************
  742. ;
  743. [CustomizeNodeOptionsLWP]
  744. ; The [CustomizeNodeOptionsLWP] section allows
  745. ; network administrators to specify what 
  746. ; features can be copied to a node user's 
  747. ; machine during a node install. This section
  748. ; corresponds to the Node User Feature Access
  749. ; dialog box in the server install and it
  750. ; is only used during a server install.
  751. ; If the NodeOptions field in the [Node Install]
  752. ; section above is set to 1, the features
  753. ; set here to 1 here will be copied to the node
  754. ; user's machine. 
  755. ;
  756. ;***********************************************;
  757. LWP_TOUR = 1
  758. LWP_SMARTMASTERS = 1
  759. LWP_SAMPLEDOCS = 1
  760. LWP_TRUETYPEFONTS = 1
  761. ;***********************************************
  762. ;
  763. [APR]
  764. ; The [APR] section provides information specific
  765. ; to Approach. 
  766. ;
  767. ; The "APRDIR" field is only for standalone and 
  768. ; server installs. Use the APRDIR field to specify 
  769. ; the main product directory for Lotus Approach. 
  770. ;
  771. ; Use the "APRWORKDIR" field to specify the 
  772. ; directory in which users store their 
  773. ; work.
  774. ;
  775. ; Use the "APRMASTERSDIR" field to specify where 
  776. ; to create the SmartMasters directory. This 
  777. ; field is not used in a node install (InstallType 4).
  778. ;
  779. ;************************************************
  780. APRDIR = c:\lotus\approach
  781. APRWORKDIR = c:\lotus\work\approah
  782. APRMASTERSDIR = c:\lotus\smasters\approach
  783. ;************************************************
  784. ;
  785. ; Use the "SizeOfInstall" field to specify the
  786. ; size of the Approach install:
  787. ;      1 Complete install
  788. ;      2 Minimum install 
  789. ;      3 Custom install
  790. ;
  791. ; To perform a custom install of this product you  
  792. ; must also set the SizeOfInstall field in the 
  793. ; [SUIT] section to 3.
  794. ;
  795. ;***********************************************
  796. SizeOfInstall = 1
  797. ;***********************************************                             
  798. [CustomizeAPR]
  799. ; The [CustomizeAPR] section lets you select
  800. ; which features of Lotus Approach you want to
  801. ; install. This section is only used if the 
  802. ; "SizeOfInstall" field in the [APR] section 
  803. ; is set to 3 (custom install).
  804. ;
  805. ; To select a feature, set its value
  806. ; to 1 (one). To deselect a feature,
  807. ; set its value to 0 (zero).
  808. ;
  809. ;***********************************************
  810. ; Approach Tab
  811. ;***********************************************
  812. ; Approach Core ("APRCORE"). Approach Core 
  813. ; contains the minimum files necessary to run 
  814. ; Approach.
  815. APRCORE = 1
  816. ; Help ("APRHELP"). Detailed Help files.
  817. APRHELP = 1
  818. ; Tour ("APRTOUR"). Tour of Approach.
  819. APRTOUR = 1
  820. ;
  821. ;***********************************************
  822. ; Powerkeys Tab
  823. ; Select the Approach PowerKey drivers you want 
  824. ; to install.  By default, Approach allows access 
  825. ; to dBASE formats.
  826. ;***********************************************
  827. ; Lotus Notes ("APRNOTES"). Lotus Notes .NSF driver.
  828. APRNOTES = 1
  829. ; Lotus 1-2-3 ("APR123"). Lotus 1-2-3 .WKS driver.
  830. APR123 = 1
  831. ; Oracle ("APRORACLE"). Oracle driver.
  832. APRORACLE= 1
  833. ; SQL Server ("APRSQLSERVER"). SQL Server driver.
  834. APRSQLSERVER = 1
  835. ; Paradox ("APRPARADOX"). Paradox 3.5 and 4.0 
  836. ; .DB drivers.
  837. APRPARADOX = 1
  838. ;
  839. ;***********************************************
  840. ; SmartMasters Tab
  841. ;***********************************************
  842. ; Orders "APRSMARTMASTER1LANGEN". Enter and track 
  843. ; orders, invoices, and inventory.
  844. APRSMARTMASTER1LANGEN = 1
  845. ; Contacts "APRSMARTMASTER2LANGEN". Manages 
  846. ; contacts including call detail, direct dial
  847. ; information, and mass mailing support.
  848. APRSMARTMASTER2LANGEN = 1
  849. ; Employee "APRSMARTMASTER3LANGEN". Manages 
  850. ; employee, department, manager, and review data.
  851. APRSMARTMASTER3LANGEN = 1
  852. ; Videos "APRSMARTMASTER4LANGEN". Track videos
  853. ; by title, movie type, and cast member data.
  854. APRSMARTMASTER4LANGEN = 1
  855. ; Technote "APRSMARTMASTER5LANGEN". Organizes new
  856. ; and existing technical information by topic and
  857. ; category for easy access.
  858. APRSMARTMASTER5LANGEN = 1
  859. ; Survey "APRSMARTMASTER6LANGEN". Create surveys
  860. ; quickly and easily. Track results by categories
  861. ; you define. Includes reports that calculate and
  862. ; present your findings.
  863. APRSMARTMASTER6LANGEN = 1
  864. ; Checks "APRSMARTMASTER7LANGEN". Track deposits,
  865. ; withdrawals, and payments. Includes monthly
  866. ; tracking reports that analyze financial data
  867. ; using categories you specify.
  868. APRSMARTMASTER7LANGEN = 1
  869. ; Register "APRSMARTMASTER8LANGEN". Register new
  870. ; customers and track calls by agent, product,
  871. ; and problem type.
  872. APRSMARTMASTER8LANGEN = 1
  873. ; Donors "APRSMARTMASTER9LANGEN". Track donations
  874. ; by donor, donation, and category. Includes
  875. ; specially designed reports to organize and
  876. ; compare data, and thank you letters to acknowledge
  877. ; donations.
  878. APRSMARTMASTER9LANGEN = 1
  879. ; Amortize "APRSMARTMASTER10LANGEN". Calculate
  880. ; monthly payments and loan amortization schedules.
  881. APRSMARTMASTER10LANGEN = 1
  882. ; Music "APRSMARTMASTER11LANGEN". Catalog music
  883. ; by artist, song title, music type, year of release,
  884. ; or media type.
  885. APRSMARTMASTER11LANGEN = 1
  886. ; Schedule "APRSMARTMASTER12LANGEN ". Reserve meeting
  887. ; rooms, track availability, and determine room usage.
  888. APRSMARTMASTER12LANGEN = 1
  889. ; Schedule "APRSMARTMASTER13LANGEN ". Catalog World
  890. ; Wide Web addresses.  Search addresses by URL, category
  891. ; or keyword.
  892. APRSMARTMASTER13LANGEN = 1
  893. ;
  894. ;
  895. ;***********************************************
  896. ;
  897. [ORG]
  898. ;
  899. ; If you don't want to use the default directories
  900. ; based on "BASEDIR" edit these 3 directories
  901. ; and set "SizeOfInstall" to 3 (Custom).
  902. ;
  903. ; Use the "ORGDIR" field to specify the main
  904. ; product directory for Organizer 2.1. 
  905. ;
  906. ; Use the "ORGWORKDIR" field to specify the 
  907. ; directory in which users store their work.
  908. ; Standard and Node only.
  909. ; Use the "ORGBACKUPDIR" field to specify the
  910. ; directory in which users store their backup
  911. ; files. Standard and Node only.
  912. ;
  913. ;
  914. ;
  915. ; Install Organizer to a mapped network drive instead of
  916. ; using a UNC (Universal Naming Convention) path and do not
  917. ; install Organizer to a path containing directories longer than 
  918. ; the standard 8.3 naming convention.
  919. ;***********************************************
  920. ORGDIR = c:\lotus\organize\
  921. ORGWORKDIR = c:\lotus\work\organize\
  922. ORGBACKUPDIR = c:\lotus\backup\organize\
  923. ;***********************************************
  924. ;
  925. ; Use the "SizeOfInstall" field to specify the
  926. ; size of the Organizer install:
  927. ;      1 Default install
  928. ;      2 Minimum install 
  929. ;      3 Custom install
  930. ;
  931. ; This field is only used during standard 
  932. ; and server installs (InstallType 1 and 2). 
  933. ;
  934. ;***********************************************
  935. SizeOfInstall = 1
  936. ;***********************************************
  937. ;
  938. ; Use "SCHEDENABLED" to set Group Scheduling
  939. ; Options in File Server Install (InstallType 2)
  940. ; 0 = Not enabled, 1 = Enabled
  941. ;
  942. ; If scheduling is enabled, you must specify the
  943. ; appropriate network and mail types with both
  944. ; "NETWORKTYPE" and "MAILTYPE" 
  945. ;
  946. ;***********************************************
  947. ;
  948. SCHEDENABLED=0
  949. ;
  950. NETWORKTYPE=0
  951. ;    1 Novell
  952. ;    2 LAN Manager
  953. ;    3 MS-Net Compatible
  954. ;    4 LAN Server
  955. ;    5 LANtastic
  956. ;
  957. MAILTYPE=0
  958. ;    1 Notes
  959. ;    2 cc:Mail
  960. ;    3 Single-server
  961. ;
  962. ;***********************************************
  963. ;
  964. ; Node Install Options
  965. ;
  966. ; Use "NODEPROGRAMCOPY" = 1 to copy program files
  967. ; to local drive
  968. ; Use "NODESAMPLECOPY" = 1 to copy reports, paper
  969. ; layouts, help and sample files to local drive
  970. ; 0 = Leave on server, 1 = Copy locally
  971. ;***********************************************                             
  972. NODEPROGRAMCOPY = 0
  973. NODESAMPLECOPY = 0
  974. ;***********************************************
  975. ;
  976. [CustomizeORG]
  977. ; The [CustomizeORG] section lets you select
  978. ; which features of Organizer you want to install.
  979. ; This section is only used if the 
  980. ; "SizeOfInstall" field in the [ORG] section 
  981. ; is set to 3 (custom install).
  982. ;
  983. ;
  984. ; Organizer (ORGPROGS)
  985. ; Choose the feature you want to install.
  986. ;
  987. ; ORGEXE    =    Lotus Organizer 2.1
  988. ;***********************************************
  989. ORGEXE = 1
  990. ;***********************************************
  991. ;
  992. ; Help and Samples (ORGHELP)
  993. ; Choose the help and samples you want to install.
  994. ;***********************************************
  995. ORGHELP=1
  996. ;     Organizer 2.1 Help files
  997.     ORGHELP1 = 1
  998. ;     Tutorial files
  999.     ORGHELP2 = 1
  1000. ;     Reference files
  1001.     ORGHELP3 = 1
  1002. ;***********************************************
  1003. ;
  1004. ;***********************************************
  1005. ;
  1006. ; Layouts (ORGREP)
  1007. ; Choose the layouts you want to install.
  1008. ;
  1009. ;***********************************************
  1010. ; De-select all with ORGREP = 0
  1011. ORGREP=1
  1012. ; or deselect individual items
  1013. ;    Calendar
  1014.     ORGREP1 = 1
  1015. ;    Calls
  1016.     ORGREP2 = 1
  1017. ;    To Do
  1018.     ORGREP3 = 1
  1019. ;    Address
  1020.      ORGREP4 = 1
  1021. ;    Notepad
  1022.     ORGREP5 = 1
  1023. ;    Anniversary
  1024.     ORGREP6 = 1
  1025. ;    Planner
  1026.     ORGREP7 = 1
  1027. ;***********************************************
  1028. ;
  1029. ;***********************************************
  1030. ;
  1031. ; Paper (ORGPAPER)
  1032. ; Organizer Paper Layout Files Section
  1033. ;
  1034. ;***********************************************
  1035. ; De-select all with ORGPAPER = 0
  1036. ORGPAPER=1
  1037. ; or deselect individual items
  1038. ;    "2x10-Labels 1 x 4 in"
  1039.     ORGPAPER1 = 1
  1040. ;    "2x3-Labels 3 1/3 x 4 in"
  1041.     ORGPAPER2 = 1
  1042. ;    "2x4 Rolodex« 2 1/6 x 4 in"
  1043.     ORGPAPER3 = 1
  1044. ;    "2x5-Labels 2 x 4 in"
  1045.     ORGPAPER4 = 1
  1046. ;    "2x7-Labels 1 1/3 x 4 in"
  1047.     ORGPAPER5 = 1
  1048. ;    "3x10-Labels 1 x 2 5/8 in"
  1049.     ORGPAPER6 = 1
  1050. ;    "A4 210 x 297 mm"
  1051.     ORGPAPER7 = 1
  1052. ;    "A5 148 x 210 mm"
  1053.     ORGPAPER8 = 1
  1054. ;    "Avery« #41207 3 ╛ x 6 ╛ in (P)"
  1055.     ORGPAPER9 = 1
  1056. ;    "Avery« #41257 3 ╛ x 6 ╛ in (L)"
  1057.     ORGPAPER10 = 1
  1058. ;    "Avery« #41308 5╜ x 8╜ in (P)"
  1059.     ORGPAPER11 = 1
  1060. ;    "Avery« #41358 5╜ x 8╜ in (L)"
  1061.     ORGPAPER12 = 1
  1062. ;    "Avery« L7902 (A5)"
  1063.     ORGPAPER13 = 1
  1064. ;    "Avery« L7901 (Filofax«)"
  1065.     ORGPAPER14 = 1
  1066. ;    "Avery« L7162 (16)"
  1067.     ORGPAPER15 = 1
  1068. ;    "Avery« L7163 (14)"
  1069.     ORGPAPER16 = 1
  1070. ;    "Avery« L7159 (24)"
  1071.     ORGPAPER17 = 1
  1072. ;    "Avery« L7666"
  1073.     ORGPAPER18 = 1
  1074. ;    "B5 176 x 250 mm"
  1075.     ORGPAPER19 = 1
  1076. ;    "Day-Timer« Junior Desk"
  1077.     ORGPAPER20 = 1
  1078. ;    "Day-Timer« Junior Pocket"
  1079.     ORGPAPER21 = 1
  1080. ;    "Day-Timer« Senior Desk"
  1081.     ORGPAPER22 = 1
  1082. ;    "Day-Timer« Senior Pocket"
  1083.     ORGPAPER23 = 1
  1084. ;    "DayRunner« Classic(TM)"
  1085.     ORGPAPER24 = 1
  1086. ;    "DayRunner« Entrepreneur(TM)"
  1087.     ORGPAPER25 = 1
  1088. ;    "DayRunner« Running Mate«"
  1089.     ORGPAPER26 = 1
  1090. ;    "Deluxe #190014 3╛ x 6╛ in"
  1091.     ORGPAPER27 = 1
  1092. ;    "Deluxe #190013 5╜ x 8╜ in"
  1093.     ORGPAPER28 = 1
  1094. ;    "Deluxe #190012 5╜ x 8╜ in"
  1095.     ORGPAPER29 = 1
  1096. ;    "Deluxe #190011 8╜ x 11 in"
  1097.     ORGPAPER30 = 1
  1098. ;    "Envelope #10 4 1/8 x 9╜ in"
  1099.     ORGPAPER32 = 1
  1100. ;    "Envelope #9 3 7/8 x 8 7/8 in"
  1101.     ORGPAPER32 = 1
  1102. ;    "Filofax«"
  1103.     ORGPAPER33 = 1
  1104. ;    "Franklin Day Planner« Classic (L)"
  1105.     ORGPAPER34 = 1
  1106. ;    "Franklin Day Planner« Classic (P)"
  1107.     ORGPAPER35 = 1
  1108. ;     "Franklin Day Planner« Monarch"
  1109.     ORGPAPER36 = 1
  1110. ;    "Legal 8╜ x 14 in"
  1111.     ORGPAPER37 = 1
  1112. ;    "Letter 8╜ x 11 in"
  1113.     ORGPAPER38 = 1
  1114. ;    "Time Manager«"
  1115.     ORGPAPER39 = 1
  1116. ;***********************************************
  1117. ;
  1118. ;
  1119. [FLW]
  1120. ;
  1121. ; The "FLWDIR" field is only for standalone and 
  1122. ; server installs. Use the FLWDIR field to specify 
  1123. ; the main product directory for Freelance 
  1124. ; Graphics 96. 
  1125. ;
  1126. ; The "FLWWORKDIR" field is for standalone, server,
  1127. ; and node installs. Use the "FLWWORKDIR" field to 
  1128. ; specify the directory in which users store their 
  1129. ; work.
  1130. ;
  1131. ;************************************************
  1132. FLWDIR = c:\lotus\flg\
  1133. FLWWORKDIR = c:\lotus\work\flg       
  1134. FLWBACKUPDIR = c:\lotus\backup\flg
  1135. FLWTOUR = c:\lotus\flg\tour
  1136. FLWICONS = c:\lotus\flg\icons
  1137. FLWMASTERSDIR = c:\lotus\smasters\flg
  1138. FLWMEDIADIR = c:\lotus\flg\media
  1139. ;************************************************
  1140. ;
  1141. ; Use the "SizeOfInstall" field to specify the
  1142. ; size of the Freelance install:
  1143. ;      1 Complete install
  1144. ;      2 Minimum install 
  1145. ;      3 Custom install
  1146. ;
  1147. ; To perform a custom install of this product you  
  1148. ; must also set the SizeOfInstall field in the 
  1149. ; [SUIT] section to 3.
  1150. ;
  1151. ;***********************************************
  1152. SizeOfInstall = 1
  1153. ;***********************************************                             
  1154.     ;
  1155. [CustomizeFLW]
  1156. ; The [CustomizeFLW] section lets you select
  1157. ; which features of Freelance Graphics 96 you 
  1158. ; want to install. This section is only used if 
  1159. ; the "SizeOfInstall" field in the [FLW] section 
  1160. ; is set to 3 (custom install).
  1161. ;
  1162. ;***********************************************
  1163. ; FLWCORE
  1164. ; Freelance Graphics 96 Core Section
  1165. ;***********************************************
  1166. ; FLWCORE comprises the basic, minimum features
  1167. ; you should install to get a basic, working 
  1168. ; version of Freelance Graphics 96.
  1169. ; FLWCORE must be set to 1 on the initial install 
  1170. ; of Freelance Graphics 96.
  1171. ;***********************************************
  1172. ; Main Freelance Graphics 96 files
  1173. FLWCORE = 1
  1174. ;
  1175. ; Spell Checker
  1176. FLWSPELLPRG = 1
  1177. ;
  1178. ; Help files--Opting to not include Help files
  1179. ; will disable the Guide Me feature.
  1180. FLWHELPLANGEN = 1
  1181. ;
  1182. ; Screen resolution
  1183. FLWVGA = 0
  1184. FLWSVGA = 1
  1185. ;
  1186. ; Font files--Opting to not include font files
  1187. ; may cause problems with SmartMaster looks.
  1188. FLWALLFONTS = 1
  1189. ;
  1190. ; Freelance Graphics Tour
  1191. FLWTOUR = 1
  1192. ;
  1193. ; Mobile Screen Show Player files
  1194. ; If you opt to not install Mobile Screen Show
  1195. ; Player files, you will disable the TeamShow 
  1196. ; feature in Freelance Graphics 96.  
  1197. WIN32SHRSTDPLAYERPRG = 1
  1198. ;
  1199. ;Freelance Graphics Presentation Library
  1200. FLWPRESLIB = 1
  1201.  
  1202. ;***********************************************
  1203. ;
  1204. ; FLWMASTERS
  1205. ; Freelance Graphics 96 SmartMaster Looks Section
  1206. ;
  1207. ;***********************************************
  1208.  
  1209. FLW1995.mas = 1
  1210. FLW1996.mas = 1
  1211. FLW3line.mas = 1
  1212. FLW4square.mas = 1
  1213. FLWabstract.mas = 1
  1214. FLWangles.mas = 1
  1215. FLWarchitec.mas = 1
  1216. FLWaustrali.mas = 1
  1217. FLWbasiclin.mas = 1
  1218. FLWbevrule.mas = 1
  1219. FLWblocklin.mas = 1
  1220. FLWblocks.mas = 1
  1221. FLWbluegray.mas = 1
  1222. FLWbrass.mas = 1
  1223. FLWbullets.mas = 1
  1224. FLWbuttons.mas = 1
  1225. FLWcanada.mas = 1
  1226. FLWcanadmap.mas = 1
  1227. FLWcapitol.mas = 1
  1228. FLWcorporat.mas = 1
  1229. FLWcuisine.mas = 1
  1230. FLWcurrency.mas = 1
  1231. FLWcustom2.mas = 1
  1232. FLWdeco.mas = 1
  1233. FLWdiamond.mas = 1
  1234. FLWdotline1.mas = 1
  1235. FLWdotline2.mas = 1
  1236. FLWeec.mas = 1
  1237. FLWelegance.mas = 1
  1238. FLWeurope.mas = 1
  1239. FLWfarm.mas = 1
  1240. FLWfestive.mas = 1
  1241. FLWfinance.mas = 1
  1242. FLWflags.mas = 1
  1243. FLWfood.mas = 1
  1244. FLWforest.mas = 1
  1245. FLWframe.mas = 1
  1246. FLWfrance.mas = 1
  1247. FLWgears.mas = 1
  1248. FLWgermany.mas = 1
  1249. FLWgradate1.mas = 1
  1250. FLWgradate2.mas = 1
  1251. FLWgradate3.mas = 1
  1252. FLWgradline.mas = 1
  1253. FLWgraphlin.mas = 1
  1254. FLWholland.mas = 1
  1255. FLWitaly.mas = 1
  1256. FLWjapan.mas = 1
  1257. FLWjflag.mas = 1
  1258. FLWliberty.mas = 1
  1259. FLWmarble.mas = 1
  1260. FLWmedical.mas = 1
  1261. FLWmedical2.mas = 1
  1262. FLWmmblue.mas = 1
  1263. FLWmmpastel.mas = 1
  1264. FLWmmpurple.mas = 1
  1265. FLWmmsketch.mas = 1
  1266. FLWmmsquare.mas = 1
  1267. FLWmmstage.mas = 1
  1268. FLWmotion.mas = 1
  1269. FLWmountain.mas = 1
  1270. FLWneo2.mas = 1
  1271. FLWnightsky.mas = 1
  1272. FLWnotebook.mas = 1
  1273. FLWoilrefin.mas = 1
  1274. FLWoilrig.mas = 1
  1275. FLWornate2.mas = 1
  1276. FLWpacific.mas = 1
  1277. FLWpage.mas = 1
  1278. FLWpencil2.mas = 1
  1279. FLWpillar.mas = 1
  1280. FLWpillbotl.mas = 1
  1281. FLWplane.mas = 1
  1282. FLWpresent.mas = 1
  1283. FLWpyramid.mas = 1
  1284. FLWrainbow.mas = 1
  1285. FLWredbox.mas = 1
  1286. FLWrushmore.mas = 1
  1287. FLWscrim.mas = 1
  1288. FLWshadowbx.mas = 1
  1289. FLWshimmer.mas = 1
  1290. FLWship.mas = 1
  1291. FLWsketch.mas = 1
  1292. FLWskyline.mas = 1
  1293. FLWsouthwst.mas = 1
  1294. FLWspace.mas = 1
  1295. FLWspain.mas = 1
  1296. FLWspotlite.mas = 1
  1297. FLWstack.mas = 1
  1298. FLWstockmkt.mas = 1
  1299. FLWsweep.mas = 1
  1300. FLWsymbolbx.mas = 1
  1301. FLWtestube.mas = 1
  1302. FLWtiles.mas = 1
  1303. FLWtractor.mas = 1
  1304. FLWtube.mas = 1
  1305. FLWtxblue.mas = 1
  1306. FLWtxfiber.mas = 1
  1307. FLWtxgranit.mas = 1
  1308. FLWtxmarbgr.mas = 1
  1309. FLWtxmarbwh.mas = 1
  1310. FLWtxpaper.mas = 1
  1311. FLWtxred.mas = 1
  1312. FLWtxwood.mas = 1
  1313. FLWtxwtrdrp.mas = 1
  1314. FLWtxwtrwav.mas = 1
  1315. FLWuk.mas = 1
  1316. FLWusaflag.mas = 1
  1317. FLWusamap.mas = 1
  1318. FLWvault.mas = 1
  1319. FLWvertbar.mas = 1
  1320. FLWwaffle.mas = 1
  1321. FLWwave.mas = 1
  1322. FLWworld1.mas = 1
  1323. FLWworld2.mas = 1
  1324.  
  1325. ;***********************************************
  1326. ;
  1327. ;Freelance Graphics 96 Import Filters Section
  1328. ;
  1329. ;***********************************************
  1330.  
  1331. WIN32SHRIMPORTFILTERPS = 1
  1332. WIN32SHRIMPORTFILTERBMP = 1
  1333. WIN32SHRIMPORTFILTERCGM = 1
  1334. WIN32SHRIMPORTFILTERDRW = 1
  1335. WIN32SHRIMPORTFILTERDXF = 1
  1336. WIN32SHRIMPORTFILTERGAL = 1
  1337. WIN32SHRIMPORTFILTERGIF = 1
  1338. WIN32SHRIMPORTFILTERHGL = 1
  1339. WIN32SHRIMPORTFILTERMET = 1
  1340. WIN32SHRIMPORTFILTERPCX = 1
  1341. WIN32SHRIMPORTFILTERPCT = 1
  1342. WIN32SHRIMPORTFILTERPPT = 1
  1343. WIN32SHRIMPORTFILTERHGW = 1
  1344. WIN32SHRIMPORTFILTERRND = 1
  1345. WIN32SHRIMPORTFILTERTGA = 1
  1346. WIN32SHRIMPORTFILTERTIF = 1
  1347. WIN32SHRIMPORTFILTERWPG = 1
  1348. WIN32SHRIMPORTFILTERMISC = 1
  1349.  
  1350. ;************************************************
  1351. ;
  1352. ; Freelance Graphics 96 Export Filters Section
  1353. ;
  1354. ;************************************************
  1355.  
  1356. WIN32SHREXPORTFILTERPS = 1
  1357. WIN32SHREXPORTFILTERBMP = 1
  1358. WIN32SHREXPORTFILTERCGM = 1
  1359. WIN32SHREXPORTFILTERMET = 1
  1360. WIN32SHREXPORTFILTERPCX = 1
  1361. WIN32SHREXPORTFILTERTGA = 1
  1362. WIN32SHREXPORTFILTERTIF = 1
  1363. WIN32SHREXPORTFILTERWPG = 1
  1364. WIN32SHREXPORTFILTERGIF = 1
  1365.  
  1366. ;************************************************
  1367. ;
  1368. ; Freelance Graphics 96 Clip Art Section
  1369. ;
  1370. ;************************************************
  1371.  
  1372. FLWafricamap.sym = 1
  1373. FLWagenda.sym = 1
  1374. FLWanimals.sym = 1
  1375. FLWarrows.sym = 1
  1376. FLWasia.sym = 1
  1377. FLWasiamap.sym = 1
  1378. FLWatlanmap.sym = 1
  1379. FLWausnzmap.sym = 1
  1380. FLWaustrmap.sym = 1
  1381. FLWbenelux.sym = 1
  1382. FLWbenmap.sym = 1
  1383. FLWbislemap.sym = 1
  1384. FLWbuilding.sym = 1
  1385. FLWbuttons.sym = 1
  1386. FLWcanada.sym = 1
  1387. FLWcanadmap.sym = 1
  1388. FLWcartoons.sym = 1
  1389. FLWclosure.sym = 1
  1390. FLWcommobjt.sym = 1
  1391. FLWcommunic.sym = 1
  1392. FLWcompperi.sym = 1
  1393. FLWcomputer.sym = 1
  1394. FLWcustom.sym = 1
  1395. FLWentertai.sym = 1
  1396. FLWenvironm.sym = 1
  1397. FLWeuropmap.sym = 1
  1398. FLWeuroumap.sym = 1
  1399. FLWfinance.sym = 1
  1400. FLWflags.sym = 1
  1401. FLWfood.sym = 1
  1402. FLWfrance.sym = 1
  1403. FLWfrancmap.sym = 1
  1404. FLWgeoshape.sym = 1
  1405. FLWgermamap.sym = 1
  1406. FLWgermany.sym = 1
  1407. FLWhands.sym = 1
  1408. FLWiberimap.sym = 1
  1409. FLWindustry.sym = 1
  1410. FLWiremap.sym = 1
  1411. FLWitaly.sym = 1
  1412. FLWitalymap.sym = 1
  1413. FLWjapanmap.sym = 1
  1414. FLWlamermap.sym = 1
  1415. FLWlegends.sym = 1
  1416. FLWmedical.sym = 1
  1417. FLWmen.sym = 1
  1418. FLWnamermap.sym = 1
  1419. FLWnetwork.sym = 1
  1420. FLWnextstep.sym = 1
  1421. FLWoffobjct.sym = 1
  1422. FLWpacifmap.sym = 1
  1423. FLWpeople.sym = 1
  1424. FLWpolanmap.sym = 1
  1425. FLWpresentn.sym = 1
  1426. FLWproject.sym = 1
  1427. FLWpuzzle.sym = 1
  1428. FLWroads.sym = 1
  1429. FLWrussmap.sym = 1
  1430. FLWsales.sym = 1
  1431. FLWsamermap.sym = 1
  1432. FLWscandmap.sym = 1
  1433. FLWscience.sym = 1
  1434. FLWseasimap.sym = 1
  1435. FLWspain.sym = 1
  1436. FLWsports.sym = 1
  1437. FLWswitzmap.sym = 1
  1438. FLWtextbox.sym = 1
  1439. FLWtime.sym = 1
  1440. FLWtranspor.sym = 1
  1441. FLWuk.sym = 1
  1442. FLWusa.sym = 1
  1443. FLWusamap.sym = 1
  1444. FLWweather.sym = 1
  1445. FLWwomen.sym = 1
  1446. FLWworldmap.sym = 1
  1447.  
  1448. ;************************************************
  1449. ;
  1450. ; Freelance Graphics 96 
  1451. ; Gold Disk Add Impact Movies Section
  1452. ;
  1453. ;************************************************
  1454.  
  1455. FLWaircraft.aim = 1
  1456. FLWarrowdnl.aim = 1
  1457. FLWarrowdnr.aim = 1
  1458. FLWarrowldn.aim = 1
  1459. FLWarrowlit.aim = 1
  1460. FLWarrowlup.aim = 1
  1461. FLWarrowdn.aim = 1
  1462. FLWarrowrup.aim = 1
  1463. FLWarrowupl.aim = 1
  1464. FLWarrowupr.aim = 1
  1465. FLWaward.aim = 1
  1466. FLWbalance.aim = 1
  1467. FLWballoon1.aim = 1
  1468. FLWballoon2.aim = 1
  1469. FLWbatter.aim = 1
  1470. FLWbike.aim = 1
  1471. FLWbirdy.aim = 1
  1472. FLWblob.aim = 1
  1473. FLWbook.aim = 1
  1474. FLWbreakdwn.aim = 1
  1475. FLWbreakout.aim = 1
  1476. FLWbuildup.aim = 1
  1477. FLWcalender.aim = 1
  1478. FLWcar.aim = 1
  1479. FLWchampgne.aim = 1
  1480. FLWclock.aim = 1
  1481. FLWclouds.aim = 1
  1482. FLWcloudwl.aim = 1
  1483. FLWcompete.aim = 1
  1484. FLWcopter.aim = 1
  1485. FLWcurtain.aim = 1
  1486. FLWcursor.aim = 1
  1487. FLWcutcosts.aim = 1
  1488. FLWdinosaur.aim = 1
  1489. FLWdog.aim = 1
  1490. FLWdooropen.aim = 1
  1491. FLWdownsize.aim = 1
  1492. FLWfirewrks.aim = 1
  1493. FLWflagwave.aim = 1
  1494. FLWflipcoin.aim = 1
  1495. FLWfoodchan.aim = 1
  1496. FLWfrog2.aim = 1
  1497. FLWglobemkt.aim = 1
  1498. FLWgrowth.aim = 1
  1499. FLWhandshak.aim = 1
  1500. FLWheadtap.aim = 1
  1501. FLWhourglas.aim = 1
  1502. FLWjackpot.aim = 1
  1503. FLWlady_b.aim = 1
  1504. FLWman.aim = 1
  1505. FLWmoneybag.aim = 1
  1506. FLWmouse.aim = 1
  1507. FLWnetwork.aim = 1
  1508. FLWofftargt.aim = 1
  1509. FLWontarget.aim = 1
  1510. FLWpainted.aim = 1
  1511. FLWparchute.aim = 1
  1512. FLWplane.aim = 1
  1513. FLWplatter.aim = 1
  1514. FLWprofitdn.aim = 1
  1515. FLWprofitup.aim = 1
  1516. FLWprojctr.aim = 1
  1517. FLWquestion.aim = 1
  1518. FLWshark.aim = 1
  1519. FLWskydiver.aim = 1
  1520. FLWsplitdwn.aim = 1
  1521. FLWsplitlf.aim = 1
  1522. FLWsplitrt.aim = 1
  1523. FLWsplitup.aim = 1
  1524. FLWstrbrst1.aim = 1
  1525. FLWstrbrst2.aim = 1
  1526. FLWsun.aim = 1
  1527. FLWsynergy.aim = 1
  1528. FLWunbalnce.aim = 1
  1529. FLWupsize.aim = 1
  1530. FLWwally.aim = 1
  1531. FLWwinner.aim = 1
  1532. FLWwoman.aim = 1
  1533. FLWzap.aim = 1
  1534. ;************************************************
  1535. ;
  1536. ; Freelance Graphics 96 Diagrams Section
  1537. ;
  1538. ;************************************************
  1539. FLWbranch.dgm = 1
  1540. FLWcustom.dgm = 1
  1541. FLWflow.dgm = 1
  1542. FLWgantt.dgm = 1
  1543. FLWgraph.dgm = 1
  1544. FLWhub.dgm = 1
  1545. FLWnetwork.dgm = 1
  1546. FLWpyramid.dgm = 1
  1547. FLWquality.dgm = 1
  1548. FLWsection.dgm = 1
  1549. FLWtarget.dgm = 1
  1550. FLWtimeline.dgm = 1
  1551. FLWvenn.dgm = 1
  1552.  
  1553. ;************************************************
  1554. ; Freelance Graphics 96 
  1555. ; SmartMaster content topics section
  1556. ;************************************************
  1557. ;
  1558. ; Content topics require specific diagrams, clip art,
  1559. ; and SmartMaster looks. If you have already opted
  1560. ; to not install any clip art, diagrams, or SmartMaster
  1561. ; Looks, but do want to install content topics, Install 
  1562. ; will automatically select and install only those 
  1563. ; clip art, diagram, and Look files that it requires.
  1564. ;
  1565. ;************************************************
  1566. FLWbstorm.smc = 1
  1567. FLWbusplan.smc = 1
  1568. FLWcompete.smc = 1
  1569. FLWcorpovw.smc = 1
  1570. FLWmeet.smc = 1
  1571. FLWteammtg.smc = 1
  1572. FLWmktres.smc = 1
  1573. FLWnewmkt.smc = 1
  1574. FLWorientat.smc = 1
  1575. FLWplaunch.smc = 1
  1576. FLWposition.smc = 1
  1577. FLWprodctbr.smc = 1
  1578. FLWpstatus.smc = 1
  1579. FLWpupdate.smc = 1
  1580. FLWproposal.smc = 1
  1581. FLWrecommen.smc = 1
  1582. FLWsallnc.smc = 1
  1583. FLWtrain.smc = 1
  1584. FLWbenefits.smc = 1
  1585. FLWbusrev.smc = 1
  1586. FLWindustry.smc = 1
  1587. FLWitstrat.smc = 1
  1588. FLWquality.smc = 1
  1589. FLWsaleszig.smc = 1
  1590. FLWsaleswax.smc = 1
  1591. FLWsbuplan.smc = 1
  1592. FLWkotstrat.smc = 1
  1593. FLWkotseg.smc = 1
  1594. FLWkotmix.smc = 1
  1595. FLWkitpres.smc = 1
  1596. ;
  1597. ;
  1598. [DOC]
  1599. ; The [DOC] section provides information about
  1600. ; the SmartSuite DocOnline directory and is for
  1601. ; the CD-ROM version only.
  1602. ;
  1603. ; Use the "DOCDIR" field to select the drive
  1604. ; and directory where you want to install
  1605. ; the Adobe Acrobat Reader. The DocOnline books
  1606. ; will remain on the CD in a standard install,
  1607. ; be installed below this directory in a server
  1608. ; install, and be left on the server in a node
  1609. ; install.
  1610. ;
  1611. ; Install DocOnline to a mapped network drive instead of
  1612. ; using a UNC (Universal Naming Convention) path and do not
  1613. ; install DocOnline to a path containing directories longer than 
  1614. ; the standard 8.3 naming convention.
  1615. ;
  1616. ;************************************************
  1617. DOCDIR = c:\lotus\acroread
  1618. ;***********************************************
  1619. ;
  1620. ; Use the "SizeOfInstall" field to specify the
  1621. ; size of the DOC install:
  1622. ;      1 Complete install
  1623. ;      2 Minimum install 
  1624. ;      3 Custom install
  1625. ;
  1626. ; To perform a custom install of this product you  
  1627. ; must also set the SizeOfInstall field in the 
  1628. ; [SUIT] section to 3.
  1629. ;
  1630. ;***********************************************
  1631. SizeOfInstall = 1
  1632. ;***********************************************
  1633. ;
  1634. [CustomizeDOC]
  1635. ; The [CustomizeDOC] section lets you select
  1636. ; which features of CNTR you want to install.
  1637. ; This section is only used if the 
  1638. ; "SizeOfInstall" field in the [DOC] section 
  1639. ; is set to 3 (custom install).
  1640. ;***********************************************                             
  1641. DOCEXE_TAB = 1
  1642. ; Acrobat Read 2.1 program file
  1643.   DOCFILES = 1
  1644.  
  1645. ; Help files--opting to not include Help files
  1646.   DOCHELP  = 1
  1647.  
  1648. DOCBOOKS_TAB = 1
  1649.  
  1650. ; DocOnline book 1-2-3 User's Guide
  1651.   DOCBOOK_1     = 1
  1652.  
  1653. ; DocOnline book Exploring Word Pro
  1654.   DOCBOOK_2     = 1
  1655.  
  1656. ; DocOnline book Exploring Approach
  1657.   DOCBOOK_3     = 1
  1658.  
  1659. ; DocOnline book Exploring Freelance Graphics
  1660.   DOCBOOK_4     = 1
  1661.  
  1662. ; DocOnline book Exploring Organizer
  1663.   DOCBOOK_5     = 1
  1664.  
  1665. ; DocOnline book Using LotusScript in Approach
  1666.   DOCBOOK_6     = 1
  1667.  
  1668. ; DocOnline book Exploring SmartSuite
  1669.   DOCBOOK_7     = 1
  1670.  
  1671. ; DocOnline book 1-2-3 What's New for Upgraders
  1672.   DOCBOOK_8     = 1
  1673.  
  1674. ; DocOnline book Organizer Administrator's Guide 
  1675.   DOCBOOK_9     = 1
  1676.  
  1677. ;***********************************************                             
  1678. ;
  1679. ;
  1680. [Shared Components]
  1681. ; The [Shared Components] section provides information 
  1682. ; about Lotus shared components (such as the Spell
  1683. ; Checker) for Freelance Graphics, Word Pro, and Approach.
  1684. ; COMPONENTSDIR : This field is used only during a server install.
  1685. ;
  1686. ;*********************************************** 
  1687. COMPONENTSDIR = c:\lotus\compnent
  1688. ;***********************************************
  1689. ; The fields below allow you to select and 
  1690. ; deselect the Lotus shared components for 
  1691. ; Freelance Graphics, Word Pro, and Approach.
  1692. ; These fields are used only if the "SizeOfInstall"
  1693. ; field in the [123] section is set to 3.
  1694. ;
  1695. ; To select a shared component, set its value
  1696. ; to 1 (one). To deselect a shared component,
  1697. ; set its value to 0 (zero).
  1698. ;
  1699. ;***********************************************
  1700. ;
  1701. WIN32SHRINFOBOXPRG = 1
  1702. WIN32SHRGRAPHFILEFILTERPRG = 1
  1703. WIN32SHRCHARTPRG = 1
  1704. WIN32SHRCHARTPRGLANGEN = 1
  1705. WIN32SHRSMARTICONPRG = 1
  1706. WIN32SHRSMARTICONPRGLANGEN = 1
  1707. WIN32SHRUIMSPRG = 1
  1708. WIN32SHRUIMSPRGLANGEN = 1
  1709. WIN32SHRSTATUSBARPRG = 1
  1710. WIN32SHRLOTUSSCRIPTPRG = 1
  1711. WIN32SHRLOTUSSCRIPTPRGLANGEN = 1
  1712. WIN32SHRLOTUSDIALOGSPRG = 1
  1713. WIN32SHRCCSTRPPRG = 1
  1714. WIN32SHRSHAREDHELPPRG = 1
  1715. WIN32SHRLISDBPRG = 1
  1716. WIN32SHRLOTUSSCRIPTIDE = 1
  1717. WIN32SHRLOTUSSCRIPTIDELANGEN = 1
  1718. WIN32SHRASWANPRG = 1
  1719. WIN32SHRASWANPRGLANGEN = 1
  1720. WIN32SHRSPELLPRG = 1
  1721. WIN32SHRSPELLDATA = 1
  1722. WIN32SHRSPELLDICLANGEN = 1
  1723. WIN32SHRSPELLDICLANGFR = 0
  1724. WIN32SHRSPELLDICLANGSP = 0
  1725. WIN32SHRSPELLDICLANGPO = 0
  1726. WIN32SHRQUICKDEMOPRG = 1
  1727. WIN32SHRQUICKDEMOPRGLANGEN = 1
  1728. WIN32SHRSTANDALONEPLAYERPRG = 1
  1729. WIN32SHRSTANDALONEPLAYERPRGLANGEN = 1
  1730. WIN32SHRUINST = 1
  1731. WIN32SHRUINSTLANGEN = 1
  1732. WIN32SHRIMPORTFILTERCDR = 1
  1733. WIN32SHRIMPORTFILTERPCD = 1
  1734. WIN32TEAMMAILSHRPRG = 1
  1735. WIN32SHRCUSTSUPPHELPPRG = 1
  1736. ;***********************************************
  1737. ;
  1738. [Lotusapp]
  1739. ; The [Lotusapp] section provides information 
  1740. ; about Lotus shared components (such as the 
  1741. ; Spell Checker) for 1-2-3 and Organizer.
  1742. ; Use the "Consolidation" field to specify 
  1743. ; whether the Lotus shared components that the
  1744. ; Install program finds in different places 
  1745. ; on the user's machine should be consolidated 
  1746. ; into one directory.
  1747. ;      0 Do not consolidate
  1748. ;      1 Consolidate
  1749. ;
  1750. ;***********************************************
  1751. Consolidation = 1
  1752. ;***********************************************
  1753. ;
  1754. ; Use the "LOTUSAPPDIR" field to specify the 
  1755. ; location of the Lotus shared components for
  1756. ; 1-2-3 and Organizer. You can change the drive 
  1757. ; letter if necessary, but we recommend that you 
  1758. ; accept the default path \lotus\compnent\lotusapp.
  1759. ; This field is normally used only if there
  1760. ; has been no previous consolidation, or if
  1761. ; the current consolidation location is 
  1762. ; read-only or does not have enough room for
  1763. ; all of the shared components. To confirm
  1764. ; whether you have a consolidation location
  1765. ; already, look for the "Common Directory"
  1766. ; entry in your \windows\lotus.ini file.
  1767. ;
  1768. ;***********************************************
  1769. LOTUSAPPDIR = c:\lotus\compnent\lotusapp
  1770. ;***********************************************
  1771. ; The fields below allow you to select and 
  1772. ; deselect the Lotus shared components for 
  1773. ; 1-2-3 ,ScreenCam and Organizer. These fields are only 
  1774. ; used if the "SizeOfInstall" field in the 
  1775. ; [SUIT] section is set to 3.
  1776. ;
  1777. ; To select a shared component, set its value
  1778. ; to 1 (one). To deselect a shared component,
  1779. ; set its value to 0 (zero).
  1780. ;
  1781. ;*********************************************** 
  1782. SHRDLGPRG = 1
  1783. SHRSPELLPRG = 1
  1784. SHRHELPDATA = 1
  1785. SHRDBASEPRG = 1
  1786. SHRPARADOXPRG = 1
  1787. SHRSQLPRG = 1
  1788. SHRNOTESSQLPRG = 1
  1789. ;***********************************************
  1790. ;
  1791. ;************************************************ 
  1792. ;************************************************
  1793. ;
  1794. ;End of Response File
  1795. 
  1796.